-
Notifications
You must be signed in to change notification settings - Fork 0
Update with latest devs from main #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: symtridiag
Are you sure you want to change the base?
Conversation
This reverts commit 4bc022d.
* fix complex dot_product formulation * smaller array and wider tolerance * Update test/intrinsics/test_intrinsics.fypp Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
With two approvals, I will merge this @wassup05, thank you.
end if | ||
end if | ||
|
||
i = i + 1 ! the next occurence of `sep` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[misspell] reported by reviewdog 🐶
"occurence" is a misspelling of "occurrence"
if (err%error()) then | ||
print *, err%print() | ||
else | ||
print *, "directory created sucessfully" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[misspell] reported by reviewdog 🐶
"sucessfully" is a misspelling of "successfully"
if (err%error()) then | ||
print *, err%print() | ||
else | ||
print *, "nested directories created sucessfully" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[misspell] reported by reviewdog 🐶
"sucessfully" is a misspelling of "successfully"
No description provided.